compress/flate.decompressor.toRead (field)
13 uses
compress/flate (current package)
inflate.go#L296: toRead []byte
inflate.go#L337: if len(f.toRead) > 0 {
inflate.go#L338: n := copy(b, f.toRead)
inflate.go#L339: f.toRead = f.toRead[n:]
inflate.go#L340: if len(f.toRead) == 0 {
inflate.go#L349: if f.err != nil && len(f.toRead) == 0 {
inflate.go#L350: f.toRead = f.dict.readFlush() // Flush what's left in case of error
inflate.go#L506: f.toRead = f.dict.readFlush()
inflate.go#L613: f.toRead = f.dict.readFlush()
inflate.go#L644: f.toRead = f.dict.readFlush()
inflate.go#L671: f.toRead = f.dict.readFlush()
inflate.go#L681: f.toRead = f.dict.readFlush()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |